home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / bd.dxr / 00107.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  275 b   |  16 lines

  1. on exitFrame
  2.   if the duration of cast 139 = the movieTime of sprite 15 then
  3.     set the sound of cast 139 to 0
  4.     InVis(15)
  5.     unLoadCast(139)
  6.     go("manga")
  7.   else
  8.     Loopframe()
  9.   end if
  10.   if rollOver(15) then
  11.     cursor([901, 902])
  12.   else
  13.     cursor(-1)
  14.   end if
  15. end
  16.